commit | 76642f93736303b3953fb9cf9cc6a9d8dc3597e9 | [log] [tgz] |
---|---|---|
author | Kevin Cheng <kevcheng@google.com> | Thu May 02 18:52:19 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu May 02 18:52:19 2019 -0700 |
tree | 26c7f7b74c752db99d9b0ac1f94fc592aca1e53a | |
parent | 99013222844839c42437f16eace25f4e6a8a8b20 [diff] | |
parent | 260e434a9ad462004b6e02ba9bfc6f6c5a889281 [diff] |
Add in cffi 1.12.2 (e0c7666) am: 757c264bc1 am: 260e434a9a Change-Id: I2692c914ab7cc4ecd2ca7f2bafff4e892aa0f611
Foreign Function Interface for Python calling C code. Please see the Documentation or uncompiled in the doc/ subdirectory.
To run tests under CPython, run::
pip install pytest # if you don't have py.test already pip install pycparser python setup.py build_ext -f -i py.test c/ testing/
If you run in another directory (either the tests or another program), you should use the environment variable PYTHONPATH=/path
to point to the location that contains the _cffi_backend.so
just compiled.